from gittip.utils import get_participant ^L participant = get_participant(request) if POST: participant.deactivate() user = None request.redirect('/') locked = False tip_or_pledge = "tip" title = participant.id # used in the title tag username = participant.id # used in footer shared with on/$platform/ pages github_account, twitter_account = participant.get_accounts_elsewhere() ^L {% extends templates/base.html %} {% block heading %}